object DetailsForm: TDetailsForm Left = 250 Top = 246 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Additional Information' ClientHeight = 185 ClientWidth = 533 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True PopupMenu = FormPopupMenu Position = poDefaultPosOnly Scaled = False PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 77 Top = 8 Width = 26 Height = 16 Alignment = taRightJustify Caption = 'Call:' end object Label5: TLabel Left = 30 Top = 28 Width = 73 Height = 16 Alignment = taRightJustify Caption = 'Fax number:' end object Label6: TLabel Left = 8 Top = 52 Width = 95 Height = 16 Alignment = taRightJustify Caption = 'E-Mail Address:' end object CallText: TLabel Left = 112 Top = 8 Width = 58 Height = 16 Caption = 'CallText' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object FaxNrText: TLabel Left = 112 Top = 28 Width = 72 Height = 16 Caption = 'FaxNrText' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object EMailAdrText: TLabel Left = 112 Top = 52 Width = 413 Height = 37 AutoSize = False Caption = 'EMailAdrText' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object GroupBox1: TGroupBox Left = 4 Top = 96 Width = 525 Height = 81 Caption = 'Operator'#39's comments:' TabOrder = 0 object CommentsText: TLabel Left = 2 Top = 18 Width = 521 Height = 61 Align = alClient AutoSize = False Caption = 'CommentsText' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end end object FormPopupMenu: TPopupMenu Left = 448 Top = 60 object CloseWindowItem: TMenuItem Caption = 'Close' ShortCut = 27 OnClick = CloseWindowItemClick end end end